home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00465_Script_465 < prev    next >
Text File  |  1995-05-21  |  381b  |  21 lines

  1. on mouseDown
  2.   put "QuitBTN" into f
  3.   put "QuitBTNHL" into fHL
  4.   hiliter 6, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gTheDay, gColorDepth, bg
  13.   puppetsound 0
  14.   WhatDayIsIt
  15.   set the castNum of sprite 6 = cast "QuitBTN"
  16.   optionsOff
  17.   updatestage
  18.   set the colordepth to gColorDepth
  19.   if objectp(bg) then bg(mDispose)
  20.   Quit
  21. end